From: Chong Yidong Date: Sat, 17 Jul 2010 21:57:06 +0000 (-0400) Subject: Doc fix to commentary (Bug#6653). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~623^2~481 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e72b6fa4b2323c27af49e790e8f20a33be51559b;p=emacs.git Doc fix to commentary (Bug#6653). --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 6bb31ca5cc4..c8f9834cf64 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -47,7 +47,7 @@ ;; using the same *compilation* buffer. this necessitates re-parsing markers. ;; FILE-STRUCTURE is a list of -;; ((FILENAME . DIRECTORY) FORMATS (LINE LOC ...) ...) +;; ((FILENAME DIRECTORY) FORMATS (LINE LOC ...) ...) ;; FILENAME is a string parsed from an error message. DIRECTORY is a string ;; obtained by following directory change messages. DIRECTORY will be nil for